home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / Tutorial 4 / Case 1 / willet.css < prev    next >
Cascading Style Sheet File  |  2011-03-21  |  2KB  |  37 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Case Problem 1
  5.  
  6.    Willet Creek Screen Style Sheet
  7.    Author: Richard Thomson
  8.    Date:   21 march 2011
  9.  
  10.    Filename:         willet.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. body                  {background-color: white; margin: 0px; padding: 0px; 
  16.                        font-family: sans-serif}
  17. a                     {text-decoration:none}
  18. #page_content         {width: 780px}
  19. #head                 {text-align: center; background-color: rgb(53, 43, 48); 
  20.                        margin: 0px}
  21. #hole_list            {text-align: center; height: 30px; margin: 0px;  
  22.                        background-color: rgb(53, 43, 48); font-weight: bold; color: white;
  23.                        font-size: 1.25em;}
  24. #hole_list a:hover    {background-color: yellow; color: black}
  25. #hole_list li    {display: inline; margin: 0px; padding: 0px 5px 0px 5px;}
  26. #hole_stats           {width: 120px; height: 200px; color: white; 
  27.                     background-color: rgb(53, 43, 48); position: absolute;
  28.                     left: 0px; top: 115px}
  29. #hole_stats    h2    {font-size: 1em; margin: 0px 0px 0px 5px;}
  30. #hole_stats ul    {text-decoration: none; margin-left: 10px; margin-top: 0px; padding-left: 0px; font-size: 0.7em}
  31. #hole_stats strong    {color: yellow}
  32. #hole_summary         {height: 200px; width: 660px; border: 1px solid rgb(53, 43, 48); position: absolute; left: 120; top: 115}
  33. #hole_image        {position: absolute; left: 10; top: 5}
  34. #hole_description    {position: absolute; left: 100; top: 5; }
  35. #hole_description span    {float: left; line-height: 0.75; padding-right: 2px; color: green; font-size: 300%}
  36. #prevFlag        {position: absolute; left: 220; top: 145; border-width: 0px}
  37. #nextFlag        {position: absolute; left: 270; top: 145; border-width: 0px}